3.11.9 \(\int \frac {(\frac {b c}{d}+b x)^3}{(c+d x)^3} \, dx\) [1009]

Optimal. Leaf size=8 \[ \frac {b^3 x}{d^3} \]

[Out]

b^3*x/d^3

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {21, 8} \begin {gather*} \frac {b^3 x}{d^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((b*c)/d + b*x)^3/(c + d*x)^3,x]

[Out]

(b^3*x)/d^3

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rubi steps

\begin {align*} \int \frac {\left (\frac {b c}{d}+b x\right )^3}{(c+d x)^3} \, dx &=\frac {b^3 \int 1 \, dx}{d^3}\\ &=\frac {b^3 x}{d^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 1.00 \begin {gather*} \frac {b^3 x}{d^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((b*c)/d + b*x)^3/(c + d*x)^3,x]

[Out]

(b^3*x)/d^3

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 9, normalized size = 1.12

method result size
default \(\frac {b^{3} x}{d^{3}}\) \(9\)
risch \(\frac {b^{3} x}{d^{3}}\) \(9\)
norman \(\frac {b^{3} d \,x^{3}-\frac {2 c^{3} b^{3}}{d^{2}}-\frac {3 c^{2} b^{3} x}{d}}{d^{2} \left (d x +c \right )^{2}}\) \(44\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*c/d+b*x)^3/(d*x+c)^3,x,method=_RETURNVERBOSE)

[Out]

b^3*x/d^3

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 8, normalized size = 1.00 \begin {gather*} \frac {b^{3} x}{d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*c/d+b*x)^3/(d*x+c)^3,x, algorithm="maxima")

[Out]

b^3*x/d^3

________________________________________________________________________________________

Fricas [A]
time = 0.52, size = 8, normalized size = 1.00 \begin {gather*} \frac {b^{3} x}{d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*c/d+b*x)^3/(d*x+c)^3,x, algorithm="fricas")

[Out]

b^3*x/d^3

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 7, normalized size = 0.88 \begin {gather*} \frac {b^{3} x}{d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*c/d+b*x)**3/(d*x+c)**3,x)

[Out]

b**3*x/d**3

________________________________________________________________________________________

Giac [A]
time = 1.53, size = 8, normalized size = 1.00 \begin {gather*} \frac {b^{3} x}{d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*c/d+b*x)^3/(d*x+c)^3,x, algorithm="giac")

[Out]

b^3*x/d^3

________________________________________________________________________________________

Mupad [B]
time = 0.01, size = 8, normalized size = 1.00 \begin {gather*} \frac {b^3\,x}{d^3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x + (b*c)/d)^3/(c + d*x)^3,x)

[Out]

(b^3*x)/d^3

________________________________________________________________________________________